Welcome![Sign In][Sign Up]
Location:
Search - Genetic algorithm in Matlab

Search list

[matlabGa3

Description: 本程序基于matlab 遗传算法的源程序代码,遗传算法是应用于各种优化问题的典型算法,有很高的参考价值。-procedures based on the Matlab genetic algorithm source code, the genetic algorithm is applied in a variety of typical optimization algorithm, a high reference value.
Platform: | Size: 587776 | Author: 梁子 | Hits:

[AI-NN-PRfunction_opt_demo

Description: 使用matlab应用遗传算法进行函数优化-Using genetic algorithm in matlab to optimize function
Platform: | Size: 2048 | Author: 赵静岚 | Hits:

[AI-NN-PRtravelingsalemanproblem

Description: 主要解决旅行商问题(traveling saleman problem,简称tsp,即已知n个城市之间的相互距离,现有一个推销员必须遍访这n个城市,并且每个城市只能访问一次,最后又必须返回出发城市,求解最短距离的遗传算法。-mainly to solve the traveling salesman problem (traveling saleman problem, listed tsp, known cities n between the distance from the existing one salesman must traveled n this city, and visit each city only once, finally starting to return to the city, for the shortest distance from the genetic algorithm.
Platform: | Size: 1024 | Author: 阳文 | Hits:

[AI-NN-PRGenetic

Description: 用遗传算法解决八皇后问题! 有比较详细的注释! 还有有关遗传算法理论的描述。 -Using genetic algorithms to solve the issue of the eight Queen
Platform: | Size: 23552 | Author: | Hits:

[AI-NN-PRycsf(paike)

Description: 遗传算法在大学排课问题中的应用,对制作排课系统有重要的参考价值-Genetic Algorithm in the University Timetable Problem of Course Scheduling System has produced an important reference value
Platform: | Size: 253952 | Author: xiaohui | Hits:

[AI-NN-PRJSPGA

Description: 车间作业调度问题遗传算法Matlab源码 -Job-shop scheduling problem genetic algorithm source Matlab
Platform: | Size: 1024 | Author: hj | Hits:

[AI-NN-PRQoSRoute-GA

Description: 带有QoS约束的组播路由问题是一个NP完全问题,遗传模拟退火算法是遗传算法和模拟退火算法的一种融合,可以为这类问题提供一个解决方案-With QoS constraint multicast routing problem is an NP-complete problem, genetic simulated annealing algorithm is a genetic algorithm and simulated annealing algorithm as a fusion, you can provide for such a solution
Platform: | Size: 2048 | Author: zhao xian sheng | Hits:

[AI-NN-PRGA_routing

Description: 遗传算法在路由优化中的应用:多服务质量的最小路径的算法.-Genetic Algorithm in Routing Optimization: Multi-service quality of the minimum path algorithm.
Platform: | Size: 11264 | Author: 一顺 | Hits:

[AI-NN-PRGAmatlab

Description: 利用遗传算法,上线车辆路径的优化。采用了matlab编程,对于初学遗传算法,和matlab的用户,是很适用的-The use of genetic algorithms, on-line vehicle routing optimization. Use of matlab programming, genetic algorithm for the beginner, and matlab users, is very applicable
Platform: | Size: 9216 | Author: xulei | Hits:

[AI-NN-PRsd22

Description: 粗粒度并行遗传算法,用于流域梯级水电站群的优化调度。-Coarse-grained parallel genetic algorithm for the watershed of Cascade Hydropower Stations optimization.
Platform: | Size: 3072 | Author: 张景瑞 | Hits:

[BooksMATLAB_genetic_algorithm_toolbox_and_application.r

Description: MATLAB遗传算法工具箱及应用(清晰版、含源码)-MATLAB Genetic Algorithm Toolbox and Application(Contains the source code )
Platform: | Size: 6136832 | Author: Eason.Yuan | Hits:

[Other9

Description: 给予免疫遗传算法的QOS路由选择问题,给予免疫遗传算法的多目标优化问题-Immune genetic algorithm for QOS routing problem, the immune genetic algorithm for multi-objective optimization problem
Platform: | Size: 6144 | Author: 路杨 | Hits:

[AI-NN-PRSA_GA

Description: 基于遗传模拟退火算法的聚类算法。将模拟退火算法与遗传算法相结合用于聚类分析,由于模拟退火算法和遗传算法可以互相取长补短,因此有效地克服了传统遗传算法的早熟现象,同时根据聚类问题的具体情况设计遗传编码方式、适应度函数,使该算法更有效、更快速地收敛到全局最优解。 -Genetic simulated annealing algorithm based on clustering algorithms. Simulated annealing algorithm and genetic algorithm are combined for cluster analysis, the simulated annealing algorithm and genetic algorithm can complement each other, thus effectively overcome the premature convergence of the traditional genetic algorithm, and clustering problem based on the specific circumstances of the design of genetic encoding , fitness function, making the algorithm more effective, more quickly converge to the global optimal solution.
Platform: | Size: 6144 | Author: 杨剑浩 | Hits:

[matlabShop-scheduling-genetic-algorithm

Description: 遗传算法车间调度,车间作业调度问题遗传算法 -------------------------------------------------------------------------- 输入参数列表 M 遗传进化迭代次数 N 种群规模(取偶数) Pm 变异概率 T m×n的矩阵,存储m个工件n个工序的加工时间 P 1×n的向量,n个工序中,每一个工序所具有的机床数目 输出参数列表 Zp 最优的Makespan值 Y1p 最优方案中,各工件各工序的开始时刻,可根据它绘出甘特图 Y2p 最优方案中,各工件各工序的结束时刻,可根据它绘出甘特图 Y3p 最优方案中,各工件各工序使用的机器编号 Xp 最优决策变量的值,决策变量是一个实数编码的m×n矩阵 LC1 收敛曲线1,各代最优个体适应值的记录 LC2 收敛曲线2,各代群体平均适应值的记录 最后,程序还将绘出三副图片:两条收敛曲线图和甘特图(各工件的调度时序图)-Genetic algorithm scheduling, job shop scheduling problems with genetic algorithms -------------------------------------------------------------------------- genetic evolution of the input parameter list, the number of iterations M N population size (taken even) Pm mutation probability T m × n matrix, stored m one piece n a process of processing time 1 × n vector, n a process in which each machine processes the number of Zp with the best value Y1p Optimal Makespan programs, the start time of each process the workpiece can be drawn based on its optimal solution Gantt Y2p, each time the workpiece end of the process, according to its draw Gantt Y3p optimal solution, each piece of the processes using machine code Xp optimal decision variable, decision variable is a real m × n matrix encoded LC1 convergence curve 1, the generation of the best individual record of LC2 fitness convergence curve 2, the average fitness value on behalf of groups record Finally, the program will draw three pict
Platform: | Size: 2048 | Author: 王龙隐 | Hits:

[matlabGenetic-algorithm-using-MATLAB

Description: 遗传算法在MATLAB环境中的实现,适合图形模式识别广泛应用等方面-Genetic algorithm implementation in MATLAB environment, suitable for wide range of graphics applications such as pattern recognition
Platform: | Size: 77824 | Author: zhx | Hits:

[AI-NN-PRA-Genetic-Algorithm-in-MATLAB

Description: 简要阐述了遗传算法的基本原理,探讨了在MATLAB 环境中实现遗传算法各算子的编程方法,并以一个简单的实例说明所编程序在函数全局寻优中的应用。-The principle of genetic algorithm has been presented and its realization in MATLAB has been discussed. A function opti2 mization problem has been given to demonstrate the global optimization functionality of the MATLAB program.
Platform: | Size: 152576 | Author: 王刚名 | Hits:

[AI-NN-PRgenetic-algorithm

Description: 遗传算法的matlab介绍,把遗传算法的各个环节在matlab中的实现都有具体的程序-Genetic Algorithm Matlab, the all aspects of the genetic algorithm in matlab specific procedures
Platform: | Size: 22528 | Author: Ding | Hits:

[OtherA-Genetic-Algorithm-in-MATLAB

Description: MATLAB遗传算法,很详细,可以做参考-A Genetic Algorithm in MATLAB
Platform: | Size: 152576 | Author: lianfeng Zou | Hits:

[OtherGenetic-algorithm-in-MATLAB

Description: 用MATLAB实现遗传算法程序,详尽的描述了遗传神经算法的实现方法-Genetic algorithm in MATLAB
Platform: | Size: 153600 | Author: 邬立群 | Hits:

[matlabGenetic-algorithm-in-matlab2

Description: it is describe genetic algorithm in matlab-it is describe genetic algorithm in matlab
Platform: | Size: 1024 | Author: vahid | Hits:
« 12 3 4 5 6 7 8 9 10 ... 33 »

CodeBus www.codebus.net